PDF Plugin for Xojo

Page.FillAndDraw Method (console safe)

Fills and draws the current path using the nonzero winding number rule, then it draws the line. The fill will use the current FillColor but the draw will use the current StrokeColor.

FillAndDraw()

Parameters

Remarks

Once the path is filled then graphics mode is no longer path and there is no longer a current path.

The GraphicsMode should be PATH_OBJECT before calling this method and it will be PAGE_DESCRIPTION after calling this method.

See Also

Page Class